projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d4d62e8
)
Make invisible text intangible as well.
author
Lars Magne Ingebrigtsen
<larsi@gnus.org>
Thu, 18 Apr 1996 12:09:23 +0000
(12:09 +0000)
committer
Lars Magne Ingebrigtsen
<larsi@gnus.org>
Thu, 18 Apr 1996 12:09:23 +0000
(12:09 +0000)
lisp/gnus-ems.el
patch
|
blob
|
history
diff --git
a/lisp/gnus-ems.el
b/lisp/gnus-ems.el
index 080e3b5a5d896f05e935376ffab0b41636b67fe1..04a32e039c0010f3a558252f93ff0d8d7fed9841 100644
(file)
--- a/
lisp/gnus-ems.el
+++ b/
lisp/gnus-ems.el
@@
-216,8
+216,7
@@
pounce directly on the real variables themselves.")
(require 'mode-motion)
(setq mode-motion-hook 'mode-motion-highlight-line)))
- ((and (not (string-match "28.9" emacs-version))
- (not (string-match "29" emacs-version)))
+ ((< emacs-minor-version 30)
;; Remove the `intangible' prop.
(let ((props (and (boundp 'gnus-hidden-properties)
gnus-hidden-properties)))